home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-09-16 | 87.7 KB | 2,036 lines | [TEXT/MPS ] |
-
- /*
- * This file was generated by the SOM Compiler.
- * FileName: SOMPart.xih.
- * Generated using:
- * SOM Precompiler somipc: 2.18
- * SOM Emitter emitxih.dll: 2.33
- */
-
- #ifndef SOM_ODFExamples_ODFButton_xih
- #define SOM_ODFExamples_ODFButton_xih
-
- #include <somcls.xh>
- #include <somcm.xh>
-
- /*
- * Passthru lines: File: "C.xih", "before"
- */
- class FW_CPart;
-
- #ifndef SOM_ODFExamples_ODFButton_xh
- #include <SOMPart.xh>
- #endif
-
- /*
- * Set the scope of methods functions
- */
- #ifndef SOM_Scope
- #define SOM_Scope extern "C"
- #endif
-
- #define ODFExamples_ODFButton_MaxNoMethods 2
-
- /*
- * -- Instance Data
- */
-
- /*
- * -- Use best possible alignment for instance data slice.
- */
- #if PRAGMA_ALIGN_SUPPORTED
- # pragma options align=power
- #endif
- typedef struct ODFExamples_ODFButtonData {
- FW_CPart* fFrameworkPart;
- } ODFExamples_ODFButtonData;
- #if PRAGMA_ALIGN_SUPPORTED
- # pragma options align=reset
- #endif
-
- /*
- * -- Getdata Macro
- */
-
- /*
- * -- This emitter treats Data Tokens as Thunks by default.
- * -- Use the sc modifier "nothunks" to override this default.
- */
- SOMEXTERN typedef ODFExamples_ODFButtonData* (* SOMLINK somTD_ODFExamples_ODFButton_DataThunk)(void*);
- #define ODFExamples_ODFButtonGetData(somSelf) \
- (((somTD_ODFExamples_ODFButton_DataThunk)(ODFExamples_ODFButtonClassData.instanceDataToken))(somSelf))
-
- /*
- * -- Instance Data Access Macros for use in Method Procedures
- */
- #ifdef VARIABLE_MACROS
- #define _fFrameworkPart (somThis->fFrameworkPart)
- #endif
-
-
- /*
- * Trace/Debug macro
- */
- #ifndef ODFExamples_ODFButtonMethodDebug
- #define ODFExamples_ODFButtonMethodDebug(c,m) SOMMethodDebug(c,m)
- #endif
-
- /*
- * -- Method Macros for use in Method Procedures
- */
- #ifdef METHOD_MACROS
- #define _InitPart somSelf->InitPart
- #define _InitPartFromStorage somSelf->InitPartFromStorage
- #define _DisplayFrameAdded somSelf->DisplayFrameAdded
- #define _DisplayFrameRemoved somSelf->DisplayFrameRemoved
- #define _DisplayFrameConnected somSelf->DisplayFrameConnected
- #define _DisplayFrameClosed somSelf->DisplayFrameClosed
- #define _AttachSourceFrame somSelf->AttachSourceFrame
- #define _FrameShapeChanged somSelf->FrameShapeChanged
- #define _ViewTypeChanged somSelf->ViewTypeChanged
- #define _PresentationChanged somSelf->PresentationChanged
- #define _SequenceChanged somSelf->SequenceChanged
- #define _LinkStatusChanged somSelf->LinkStatusChanged
- #define _ContainingPartPropertiesUpdated somSelf->ContainingPartPropertiesUpdated
- #define _ReadPartInfo somSelf->ReadPartInfo
- #define _WritePartInfo somSelf->WritePartInfo
- #define _ClonePartInfo somSelf->ClonePartInfo
- #define _Open somSelf->Open
- #define _Draw somSelf->Draw
- #define _FacetAdded somSelf->FacetAdded
- #define _FacetRemoved somSelf->FacetRemoved
- #define _GeometryChanged somSelf->GeometryChanged
- #define _HighlightChanged somSelf->HighlightChanged
- #define _CanvasChanged somSelf->CanvasChanged
- #define _CanvasUpdated somSelf->CanvasUpdated
- #define _GetPrintResolution somSelf->GetPrintResolution
- #define _BeginRelinquishFocus somSelf->BeginRelinquishFocus
- #define _CommitRelinquishFocus somSelf->CommitRelinquishFocus
- #define _AbortRelinquishFocus somSelf->AbortRelinquishFocus
- #define _FocusAcquired somSelf->FocusAcquired
- #define _FocusLost somSelf->FocusLost
- #define _ExternalizeKinds somSelf->ExternalizeKinds
- #define _ChangeKind somSelf->ChangeKind
- #define _HandleEvent somSelf->HandleEvent
- #define _AdjustMenus somSelf->AdjustMenus
- #define _UndoAction somSelf->UndoAction
- #define _RedoAction somSelf->RedoAction
- #define _DisposeActionState somSelf->DisposeActionState
- #define _WriteActionState somSelf->WriteActionState
- #define _ReadActionState somSelf->ReadActionState
- #define _FulfillPromise somSelf->FulfillPromise
- #define _DropCompleted somSelf->DropCompleted
- #define _DragEnter somSelf->DragEnter
- #define _DragWithin somSelf->DragWithin
- #define _DragLeave somSelf->DragLeave
- #define _Drop somSelf->Drop
- #define _CreateLink somSelf->CreateLink
- #define _RevealLink somSelf->RevealLink
- #define _LinkUpdated somSelf->LinkUpdated
- #define _EmbeddedFrameUpdated somSelf->EmbeddedFrameUpdated
- #define _EditInLinkAttempted somSelf->EditInLinkAttempted
- #define _RequestEmbeddedFrame somSelf->RequestEmbeddedFrame
- #define _RemoveEmbeddedFrame somSelf->RemoveEmbeddedFrame
- #define _RequestFrameShape somSelf->RequestFrameShape
- #define _UsedShapeChanged somSelf->UsedShapeChanged
- #define _AdjustBorderShape somSelf->AdjustBorderShape
- #define _AcquireContainingPartProperties somSelf->AcquireContainingPartProperties
- #define _RevealFrame somSelf->RevealFrame
- #define _EmbeddedFrameSpec somSelf->EmbeddedFrameSpec
- #define _CreateEmbeddedFramesIterator somSelf->CreateEmbeddedFramesIterator
- #define _IsRealPart somSelf->IsRealPart
- #define _GetRealPart somSelf->GetRealPart
- #define _ReleaseRealPart somSelf->ReleaseRealPart
- #define _somUninit somSelf->somUninit
- #define _CloneInto somSelf->CloneInto
- #define _Externalize somSelf->Externalize
- #define _InitPersistentObject somSelf->InitPersistentObject
- #define _InitPersistentObjectFromStorage somSelf->InitPersistentObjectFromStorage
- #define _ReleaseAll somSelf->ReleaseAll
- #define _Externalize somSelf->Externalize
- #define _GetStorageUnit somSelf->GetStorageUnit
- #define _GetID somSelf->GetID
- #define _CloneInto somSelf->CloneInto
- #define _somUninit somSelf->somUninit
- #define _InitRefCntObject somSelf->InitRefCntObject
- #define _Acquire somSelf->Acquire
- #define _Release somSelf->Release
- #define _GetRefCount somSelf->GetRefCount
- #define _somUninit somSelf->somUninit
- #define _InitObject somSelf->InitObject
- #define _HasExtension somSelf->HasExtension
- #define _AcquireExtension somSelf->AcquireExtension
- #define _ReleaseExtension somSelf->ReleaseExtension
- #define _Purge somSelf->Purge
- #define _IsEqualTo somSelf->IsEqualTo
- #define _SubClassResponsibility somSelf->SubClassResponsibility
- #define _somInit somSelf->somInit
- #define _somUninit somSelf->somUninit
- #define _somInit somSelf->somInit
- #define _somUninit somSelf->somUninit
- #define _somDuplicateReference somSelf->somDuplicateReference
- #define _somCompareReference somSelf->somCompareReference
- #define _somRelease somSelf->somRelease
- #define _somFree somSelf->somFree
- #define _somCanDelete somSelf->somCanDelete
- #define _somGetClass somSelf->somGetClass
- #define _somGetClassName somSelf->somGetClassName
- #define _somGetSize somSelf->somGetSize
- #define _somIsA somSelf->somIsA
- #define _somRespondsTo somSelf->somRespondsTo
- #define _somIsInstanceOf somSelf->somIsInstanceOf
- #define _somDispatch somSelf->somDispatch
- #define _somClassDispatch somSelf->somClassDispatch
- #define _somCastObj somSelf->somCastObj
- #define _somResetObj somSelf->somResetObj
- #define _somPrintSelf somSelf->somPrintSelf
- #define _somDumpSelf somSelf->somDumpSelf
- #define _somDumpSelfInt somSelf->somDumpSelfInt
- #define _GetFrameworkPart somSelf->GetFrameworkPart
- #define _NewFrameworkPart somSelf->NewFrameworkPart
- #define _somInit somSelf->somInit
- #define _somUninit somSelf->somUninit
- #define _Release somSelf->Release
- #define _ReleaseAll somSelf->ReleaseAll
- #define _Externalize somSelf->Externalize
- #define _CloneInto somSelf->CloneInto
- #define _HasExtension somSelf->HasExtension
- #define _AcquireExtension somSelf->AcquireExtension
- #define _ReleaseExtension somSelf->ReleaseExtension
- #define _Purge somSelf->Purge
- #define _InitPart somSelf->InitPart
- #define _InitPartFromStorage somSelf->InitPartFromStorage
- #define _DisplayFrameAdded somSelf->DisplayFrameAdded
- #define _DisplayFrameRemoved somSelf->DisplayFrameRemoved
- #define _DisplayFrameConnected somSelf->DisplayFrameConnected
- #define _DisplayFrameClosed somSelf->DisplayFrameClosed
- #define _AttachSourceFrame somSelf->AttachSourceFrame
- #define _FrameShapeChanged somSelf->FrameShapeChanged
- #define _ViewTypeChanged somSelf->ViewTypeChanged
- #define _PresentationChanged somSelf->PresentationChanged
- #define _SequenceChanged somSelf->SequenceChanged
- #define _LinkStatusChanged somSelf->LinkStatusChanged
- #define _ContainingPartPropertiesUpdated somSelf->ContainingPartPropertiesUpdated
- #define _ReadPartInfo somSelf->ReadPartInfo
- #define _WritePartInfo somSelf->WritePartInfo
- #define _ClonePartInfo somSelf->ClonePartInfo
- #define _Open somSelf->Open
- #define _Draw somSelf->Draw
- #define _FacetAdded somSelf->FacetAdded
- #define _FacetRemoved somSelf->FacetRemoved
- #define _GeometryChanged somSelf->GeometryChanged
- #define _HighlightChanged somSelf->HighlightChanged
- #define _CanvasChanged somSelf->CanvasChanged
- #define _CanvasUpdated somSelf->CanvasUpdated
- #define _GetPrintResolution somSelf->GetPrintResolution
- #define _BeginRelinquishFocus somSelf->BeginRelinquishFocus
- #define _CommitRelinquishFocus somSelf->CommitRelinquishFocus
- #define _AbortRelinquishFocus somSelf->AbortRelinquishFocus
- #define _FocusAcquired somSelf->FocusAcquired
- #define _FocusLost somSelf->FocusLost
- #define _ExternalizeKinds somSelf->ExternalizeKinds
- #define _ChangeKind somSelf->ChangeKind
- #define _HandleEvent somSelf->HandleEvent
- #define _AdjustMenus somSelf->AdjustMenus
- #define _UndoAction somSelf->UndoAction
- #define _RedoAction somSelf->RedoAction
- #define _DisposeActionState somSelf->DisposeActionState
- #define _WriteActionState somSelf->WriteActionState
- #define _ReadActionState somSelf->ReadActionState
- #define _FulfillPromise somSelf->FulfillPromise
- #define _DropCompleted somSelf->DropCompleted
- #define _DragEnter somSelf->DragEnter
- #define _DragWithin somSelf->DragWithin
- #define _DragLeave somSelf->DragLeave
- #define _Drop somSelf->Drop
- #define _CreateLink somSelf->CreateLink
- #define _RevealLink somSelf->RevealLink
- #define _LinkUpdated somSelf->LinkUpdated
- #define _EmbeddedFrameUpdated somSelf->EmbeddedFrameUpdated
- #define _EditInLinkAttempted somSelf->EditInLinkAttempted
- #define _RequestEmbeddedFrame somSelf->RequestEmbeddedFrame
- #define _RemoveEmbeddedFrame somSelf->RemoveEmbeddedFrame
- #define _RequestFrameShape somSelf->RequestFrameShape
- #define _UsedShapeChanged somSelf->UsedShapeChanged
- #define _AdjustBorderShape somSelf->AdjustBorderShape
- #define _AcquireContainingPartProperties somSelf->AcquireContainingPartProperties
- #define _RevealFrame somSelf->RevealFrame
- #define _EmbeddedFrameSpec somSelf->EmbeddedFrameSpec
- #define _CreateEmbeddedFramesIterator somSelf->CreateEmbeddedFramesIterator
- #endif
-
-
- /*
- * Introduced methods
- */
-
- /* New Method: GetFrameworkPart */
- SOM_Scope FW_CPart* SOMLINK ODFButtonGetFrameworkPart(ODFExamples_ODFButton *somSelf, Environment *ev);
-
- /* New Method: NewFrameworkPart */
- SOM_Scope FW_CPart* SOMLINK ODFButtonNewFrameworkPart(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODPart* partWrapper);
-
- /*
- * Overridden methods
- */
-
- /* Overridden method: somInit */
- SOM_Scope void SOMLINK ODFButtonsomInit(ODFExamples_ODFButton *somSelf);
- SOMEXTERN typedef void (* SOMLINK somTD_xih_ODFExamples_ODFButton_somInit)(ODFExamples_ODFButton *somSelf);
- inline void SOMLINK ODFExamples_ODFButton_parent_ODPart_somInit(ODFExamples_ODFButton *somSelf)
- {
- (void) (somSelf);
- }
- #define ODFExamples_ODFButton_parents_somInit(arg0) \
- (void) ODFExamples_ODFButton_parent_ODPart_somInit(arg0)
-
- /* Overridden method: somUninit */
- SOM_Scope void SOMLINK ODFButtonsomUninit(ODFExamples_ODFButton *somSelf);
- SOMEXTERN typedef void (* SOMLINK somTD_xih_ODFExamples_ODFButton_somUninit)(ODFExamples_ODFButton *somSelf);
- inline void SOMLINK ODFExamples_ODFButton_parent_ODPart_somUninit(ODFExamples_ODFButton *somSelf)
- {
- (void) (somSelf);
- }
- #define ODFExamples_ODFButton_parents_somUninit(arg0) \
- (void) ODFExamples_ODFButton_parent_ODPart_somUninit(arg0)
-
- /* Overridden method: Release */
- SOM_Scope void SOMLINK ODFButtonRelease(ODFExamples_ODFButton *somSelf, Environment *ev);
- SOMEXTERN typedef void (* SOMLINK somTD_xih_ODFExamples_ODFButton_Release)(ODFExamples_ODFButton *somSelf, Environment *ev);
- inline void SOMLINK ODFExamples_ODFButton_parent_ODPart_Release(ODFExamples_ODFButton *somSelf, Environment *ev)
- {
- ((somTD_xih_ODFExamples_ODFButton_Release)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODRefCntObjectClassData.Release))
- (somSelf,ev);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- #define ODFExamples_ODFButton_parents_Release(arg0,arg1) \
- (void) ODFExamples_ODFButton_parent_ODPart_Release(arg0,arg1)
-
- /* Overridden method: ReleaseAll */
- SOM_Scope void SOMLINK ODFButtonReleaseAll(ODFExamples_ODFButton *somSelf, Environment *ev);
- SOMEXTERN typedef void (* SOMLINK somTD_xih_ODFExamples_ODFButton_ReleaseAll)(ODFExamples_ODFButton *somSelf, Environment *ev);
- inline void SOMLINK ODFExamples_ODFButton_parent_ODPart_ReleaseAll(ODFExamples_ODFButton *somSelf, Environment *ev)
- {
- ((somTD_xih_ODFExamples_ODFButton_ReleaseAll)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPersistentObjectClassData.ReleaseAll))
- (somSelf,ev);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- #define ODFExamples_ODFButton_parents_ReleaseAll(arg0,arg1) \
- (void) ODFExamples_ODFButton_parent_ODPart_ReleaseAll(arg0,arg1)
-
- /* Overridden method: Externalize */
- SOM_Scope void SOMLINK ODFButtonExternalize(ODFExamples_ODFButton *somSelf, Environment *ev);
- SOMEXTERN typedef void (* SOMLINK somTD_xih_ODFExamples_ODFButton_Externalize)(ODFExamples_ODFButton *somSelf, Environment *ev);
- inline void SOMLINK ODFExamples_ODFButton_parent_ODPart_Externalize(ODFExamples_ODFButton *somSelf, Environment *ev)
- {
- ((somTD_xih_ODFExamples_ODFButton_Externalize)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPersistentObjectClassData.Externalize))
- (somSelf,ev);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- #define ODFExamples_ODFButton_parents_Externalize(arg0,arg1) \
- (void) ODFExamples_ODFButton_parent_ODPart_Externalize(arg0,arg1)
-
- /* Overridden method: CloneInto */
- SOM_Scope void SOMLINK ODFButtonCloneInto(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODDraftKey key,
- ODStorageUnit* toSU,
- ODFrame* scope);
- SOMEXTERN typedef void (* SOMLINK somTD_xih_ODFExamples_ODFButton_CloneInto)(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODDraftKey key,
- ODStorageUnit* toSU,
- ODFrame* scope);
- inline void SOMLINK ODFExamples_ODFButton_parent_ODPart_CloneInto(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODDraftKey key,
- ODStorageUnit* toSU,
- ODFrame* scope)
- {
- ((somTD_xih_ODFExamples_ODFButton_CloneInto)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPersistentObjectClassData.CloneInto))
- (somSelf,ev,key,toSU,scope);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- #define ODFExamples_ODFButton_parents_CloneInto(arg0,arg1,arg2,arg3,arg4) \
- (void) ODFExamples_ODFButton_parent_ODPart_CloneInto(arg0,arg1,arg2,arg3,arg4)
-
- /* Overridden method: HasExtension */
- SOM_Scope ODBoolean SOMLINK ODFButtonHasExtension(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODType extensionName);
- SOMEXTERN typedef ODBoolean (* SOMLINK somTD_xih_ODFExamples_ODFButton_HasExtension)(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODType extensionName);
- inline ODBoolean SOMLINK ODFExamples_ODFButton_parent_ODPart_HasExtension(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODType extensionName)
- {
- #ifdef SOMCHKEXCEPT
- ODBoolean __somRetVal = ((somTD_xih_ODFExamples_ODFButton_HasExtension)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODObjectClassData.HasExtension))
- (somSelf,ev,extensionName);
- SOMCHKEXCEPT;
- return __somRetVal;
- #else
- return ((somTD_xih_ODFExamples_ODFButton_HasExtension)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODObjectClassData.HasExtension))
- (somSelf,ev,extensionName);
- #endif
- }
- #define ODFExamples_ODFButton_parents_HasExtension(arg0,arg1,arg2) \
- (void) ODFExamples_ODFButton_parent_ODPart_HasExtension(arg0,arg1,arg2)
-
- /* Overridden method: AcquireExtension */
- SOM_Scope ODExtension* SOMLINK ODFButtonAcquireExtension(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODType extensionName);
- SOMEXTERN typedef ODExtension* (* SOMLINK somTD_xih_ODFExamples_ODFButton_AcquireExtension)(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODType extensionName);
- inline ODExtension* SOMLINK ODFExamples_ODFButton_parent_ODPart_AcquireExtension(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODType extensionName)
- {
- #ifdef SOMCHKEXCEPT
- ODExtension* __somRetVal = ((somTD_xih_ODFExamples_ODFButton_AcquireExtension)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODObjectClassData.AcquireExtension))
- (somSelf,ev,extensionName);
- SOMCHKEXCEPT;
- return __somRetVal;
- #else
- return ((somTD_xih_ODFExamples_ODFButton_AcquireExtension)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODObjectClassData.AcquireExtension))
- (somSelf,ev,extensionName);
- #endif
- }
- #define ODFExamples_ODFButton_parents_AcquireExtension(arg0,arg1,arg2) \
- (void) ODFExamples_ODFButton_parent_ODPart_AcquireExtension(arg0,arg1,arg2)
-
- /* Overridden method: ReleaseExtension */
- SOM_Scope void SOMLINK ODFButtonReleaseExtension(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODExtension* extension);
- SOMEXTERN typedef void (* SOMLINK somTD_xih_ODFExamples_ODFButton_ReleaseExtension)(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODExtension* extension);
- inline void SOMLINK ODFExamples_ODFButton_parent_ODPart_ReleaseExtension(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODExtension* extension)
- {
- ((somTD_xih_ODFExamples_ODFButton_ReleaseExtension)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODObjectClassData.ReleaseExtension))
- (somSelf,ev,extension);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- #define ODFExamples_ODFButton_parents_ReleaseExtension(arg0,arg1,arg2) \
- (void) ODFExamples_ODFButton_parent_ODPart_ReleaseExtension(arg0,arg1,arg2)
-
- /* Overridden method: Purge */
- SOM_Scope ODSize SOMLINK ODFButtonPurge(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODSize size);
- SOMEXTERN typedef ODSize (* SOMLINK somTD_xih_ODFExamples_ODFButton_Purge)(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODSize size);
- inline ODSize SOMLINK ODFExamples_ODFButton_parent_ODPart_Purge(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODSize size)
- {
- #ifdef SOMCHKEXCEPT
- ODSize __somRetVal = ((somTD_xih_ODFExamples_ODFButton_Purge)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODObjectClassData.Purge))
- (somSelf,ev,size);
- SOMCHKEXCEPT;
- return __somRetVal;
- #else
- return ((somTD_xih_ODFExamples_ODFButton_Purge)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODObjectClassData.Purge))
- (somSelf,ev,size);
- #endif
- }
- #define ODFExamples_ODFButton_parents_Purge(arg0,arg1,arg2) \
- (void) ODFExamples_ODFButton_parent_ODPart_Purge(arg0,arg1,arg2)
-
- /* Overridden method: InitPart */
- SOM_Scope void SOMLINK ODFButtonInitPart(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODStorageUnit* storageUnit,
- ODPart* partWrapper);
- SOMEXTERN typedef void (* SOMLINK somTD_xih_ODFExamples_ODFButton_InitPart)(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODStorageUnit* storageUnit,
- ODPart* partWrapper);
- inline void SOMLINK ODFExamples_ODFButton_parent_ODPart_InitPart(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODStorageUnit* storageUnit,
- ODPart* partWrapper)
- {
- ((somTD_xih_ODFExamples_ODFButton_InitPart)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPartClassData.InitPart))
- (somSelf,ev,storageUnit,partWrapper);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- #define ODFExamples_ODFButton_parents_InitPart(arg0,arg1,arg2,arg3) \
- (void) ODFExamples_ODFButton_parent_ODPart_InitPart(arg0,arg1,arg2,arg3)
-
- /* Overridden method: InitPartFromStorage */
- SOM_Scope void SOMLINK ODFButtonInitPartFromStorage(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODStorageUnit* storageUnit,
- ODPart* partWrapper);
- SOMEXTERN typedef void (* SOMLINK somTD_xih_ODFExamples_ODFButton_InitPartFromStorage)(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODStorageUnit* storageUnit,
- ODPart* partWrapper);
- inline void SOMLINK ODFExamples_ODFButton_parent_ODPart_InitPartFromStorage(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODStorageUnit* storageUnit,
- ODPart* partWrapper)
- {
- ((somTD_xih_ODFExamples_ODFButton_InitPartFromStorage)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPartClassData.InitPartFromStorage))
- (somSelf,ev,storageUnit,partWrapper);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- #define ODFExamples_ODFButton_parents_InitPartFromStorage(arg0,arg1,arg2,arg3) \
- (void) ODFExamples_ODFButton_parent_ODPart_InitPartFromStorage(arg0,arg1,arg2,arg3)
-
- /* Overridden method: DisplayFrameAdded */
- SOM_Scope void SOMLINK ODFButtonDisplayFrameAdded(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFrame* frame);
- SOMEXTERN typedef void (* SOMLINK somTD_xih_ODFExamples_ODFButton_DisplayFrameAdded)(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFrame* frame);
- inline void SOMLINK ODFExamples_ODFButton_parent_ODPart_DisplayFrameAdded(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFrame* frame)
- {
- ((somTD_xih_ODFExamples_ODFButton_DisplayFrameAdded)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPartClassData.DisplayFrameAdded))
- (somSelf,ev,frame);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- #define ODFExamples_ODFButton_parents_DisplayFrameAdded(arg0,arg1,arg2) \
- (void) ODFExamples_ODFButton_parent_ODPart_DisplayFrameAdded(arg0,arg1,arg2)
-
- /* Overridden method: DisplayFrameRemoved */
- SOM_Scope void SOMLINK ODFButtonDisplayFrameRemoved(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFrame* frame);
- SOMEXTERN typedef void (* SOMLINK somTD_xih_ODFExamples_ODFButton_DisplayFrameRemoved)(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFrame* frame);
- inline void SOMLINK ODFExamples_ODFButton_parent_ODPart_DisplayFrameRemoved(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFrame* frame)
- {
- ((somTD_xih_ODFExamples_ODFButton_DisplayFrameRemoved)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPartClassData.DisplayFrameRemoved))
- (somSelf,ev,frame);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- #define ODFExamples_ODFButton_parents_DisplayFrameRemoved(arg0,arg1,arg2) \
- (void) ODFExamples_ODFButton_parent_ODPart_DisplayFrameRemoved(arg0,arg1,arg2)
-
- /* Overridden method: DisplayFrameConnected */
- SOM_Scope void SOMLINK ODFButtonDisplayFrameConnected(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFrame* frame);
- SOMEXTERN typedef void (* SOMLINK somTD_xih_ODFExamples_ODFButton_DisplayFrameConnected)(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFrame* frame);
- inline void SOMLINK ODFExamples_ODFButton_parent_ODPart_DisplayFrameConnected(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFrame* frame)
- {
- ((somTD_xih_ODFExamples_ODFButton_DisplayFrameConnected)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPartClassData.DisplayFrameConnected))
- (somSelf,ev,frame);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- #define ODFExamples_ODFButton_parents_DisplayFrameConnected(arg0,arg1,arg2) \
- (void) ODFExamples_ODFButton_parent_ODPart_DisplayFrameConnected(arg0,arg1,arg2)
-
- /* Overridden method: DisplayFrameClosed */
- SOM_Scope void SOMLINK ODFButtonDisplayFrameClosed(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFrame* frame);
- SOMEXTERN typedef void (* SOMLINK somTD_xih_ODFExamples_ODFButton_DisplayFrameClosed)(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFrame* frame);
- inline void SOMLINK ODFExamples_ODFButton_parent_ODPart_DisplayFrameClosed(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFrame* frame)
- {
- ((somTD_xih_ODFExamples_ODFButton_DisplayFrameClosed)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPartClassData.DisplayFrameClosed))
- (somSelf,ev,frame);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- #define ODFExamples_ODFButton_parents_DisplayFrameClosed(arg0,arg1,arg2) \
- (void) ODFExamples_ODFButton_parent_ODPart_DisplayFrameClosed(arg0,arg1,arg2)
-
- /* Overridden method: AttachSourceFrame */
- SOM_Scope void SOMLINK ODFButtonAttachSourceFrame(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFrame* frame,
- ODFrame* sourceFrame);
- SOMEXTERN typedef void (* SOMLINK somTD_xih_ODFExamples_ODFButton_AttachSourceFrame)(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFrame* frame,
- ODFrame* sourceFrame);
- inline void SOMLINK ODFExamples_ODFButton_parent_ODPart_AttachSourceFrame(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFrame* frame,
- ODFrame* sourceFrame)
- {
- ((somTD_xih_ODFExamples_ODFButton_AttachSourceFrame)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPartClassData.AttachSourceFrame))
- (somSelf,ev,frame,sourceFrame);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- #define ODFExamples_ODFButton_parents_AttachSourceFrame(arg0,arg1,arg2,arg3) \
- (void) ODFExamples_ODFButton_parent_ODPart_AttachSourceFrame(arg0,arg1,arg2,arg3)
-
- /* Overridden method: FrameShapeChanged */
- SOM_Scope void SOMLINK ODFButtonFrameShapeChanged(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFrame* frame);
- SOMEXTERN typedef void (* SOMLINK somTD_xih_ODFExamples_ODFButton_FrameShapeChanged)(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFrame* frame);
- inline void SOMLINK ODFExamples_ODFButton_parent_ODPart_FrameShapeChanged(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFrame* frame)
- {
- ((somTD_xih_ODFExamples_ODFButton_FrameShapeChanged)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPartClassData.FrameShapeChanged))
- (somSelf,ev,frame);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- #define ODFExamples_ODFButton_parents_FrameShapeChanged(arg0,arg1,arg2) \
- (void) ODFExamples_ODFButton_parent_ODPart_FrameShapeChanged(arg0,arg1,arg2)
-
- /* Overridden method: ViewTypeChanged */
- SOM_Scope void SOMLINK ODFButtonViewTypeChanged(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFrame* frame);
- SOMEXTERN typedef void (* SOMLINK somTD_xih_ODFExamples_ODFButton_ViewTypeChanged)(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFrame* frame);
- inline void SOMLINK ODFExamples_ODFButton_parent_ODPart_ViewTypeChanged(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFrame* frame)
- {
- ((somTD_xih_ODFExamples_ODFButton_ViewTypeChanged)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPartClassData.ViewTypeChanged))
- (somSelf,ev,frame);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- #define ODFExamples_ODFButton_parents_ViewTypeChanged(arg0,arg1,arg2) \
- (void) ODFExamples_ODFButton_parent_ODPart_ViewTypeChanged(arg0,arg1,arg2)
-
- /* Overridden method: PresentationChanged */
- SOM_Scope void SOMLINK ODFButtonPresentationChanged(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFrame* frame);
- SOMEXTERN typedef void (* SOMLINK somTD_xih_ODFExamples_ODFButton_PresentationChanged)(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFrame* frame);
- inline void SOMLINK ODFExamples_ODFButton_parent_ODPart_PresentationChanged(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFrame* frame)
- {
- ((somTD_xih_ODFExamples_ODFButton_PresentationChanged)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPartClassData.PresentationChanged))
- (somSelf,ev,frame);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- #define ODFExamples_ODFButton_parents_PresentationChanged(arg0,arg1,arg2) \
- (void) ODFExamples_ODFButton_parent_ODPart_PresentationChanged(arg0,arg1,arg2)
-
- /* Overridden method: SequenceChanged */
- SOM_Scope void SOMLINK ODFButtonSequenceChanged(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFrame* frame);
- SOMEXTERN typedef void (* SOMLINK somTD_xih_ODFExamples_ODFButton_SequenceChanged)(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFrame* frame);
- inline void SOMLINK ODFExamples_ODFButton_parent_ODPart_SequenceChanged(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFrame* frame)
- {
- ((somTD_xih_ODFExamples_ODFButton_SequenceChanged)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPartClassData.SequenceChanged))
- (somSelf,ev,frame);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- #define ODFExamples_ODFButton_parents_SequenceChanged(arg0,arg1,arg2) \
- (void) ODFExamples_ODFButton_parent_ODPart_SequenceChanged(arg0,arg1,arg2)
-
- /* Overridden method: LinkStatusChanged */
- SOM_Scope void SOMLINK ODFButtonLinkStatusChanged(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFrame* frame);
- SOMEXTERN typedef void (* SOMLINK somTD_xih_ODFExamples_ODFButton_LinkStatusChanged)(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFrame* frame);
- inline void SOMLINK ODFExamples_ODFButton_parent_ODPart_LinkStatusChanged(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFrame* frame)
- {
- ((somTD_xih_ODFExamples_ODFButton_LinkStatusChanged)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPartClassData.LinkStatusChanged))
- (somSelf,ev,frame);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- #define ODFExamples_ODFButton_parents_LinkStatusChanged(arg0,arg1,arg2) \
- (void) ODFExamples_ODFButton_parent_ODPart_LinkStatusChanged(arg0,arg1,arg2)
-
- /* Overridden method: ContainingPartPropertiesUpdated */
- SOM_Scope void SOMLINK ODFButtonContainingPartPropertiesUpdated(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFrame* frame,
- ODStorageUnit* propertyUnit);
- SOMEXTERN typedef void (* SOMLINK somTD_xih_ODFExamples_ODFButton_ContainingPartPropertiesUpdated)(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFrame* frame,
- ODStorageUnit* propertyUnit);
- inline void SOMLINK ODFExamples_ODFButton_parent_ODPart_ContainingPartPropertiesUpdated(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFrame* frame,
- ODStorageUnit* propertyUnit)
- {
- ((somTD_xih_ODFExamples_ODFButton_ContainingPartPropertiesUpdated)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPartClassData.ContainingPartPropertiesUpdated))
- (somSelf,ev,frame,propertyUnit);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- #define ODFExamples_ODFButton_parents_ContainingPartPropertiesUpdated(arg0,arg1,arg2,arg3) \
- (void) ODFExamples_ODFButton_parent_ODPart_ContainingPartPropertiesUpdated(arg0,arg1,arg2,arg3)
-
- /* Overridden method: ReadPartInfo */
- SOM_Scope ODInfoType SOMLINK ODFButtonReadPartInfo(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFrame* frame,
- ODStorageUnitView* storageUnitView);
- SOMEXTERN typedef ODInfoType (* SOMLINK somTD_xih_ODFExamples_ODFButton_ReadPartInfo)(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFrame* frame,
- ODStorageUnitView* storageUnitView);
- inline ODInfoType SOMLINK ODFExamples_ODFButton_parent_ODPart_ReadPartInfo(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFrame* frame,
- ODStorageUnitView* storageUnitView)
- {
- #ifdef SOMCHKEXCEPT
- ODInfoType __somRetVal = ((somTD_xih_ODFExamples_ODFButton_ReadPartInfo)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPartClassData.ReadPartInfo))
- (somSelf,ev,frame,storageUnitView);
- SOMCHKEXCEPT;
- return __somRetVal;
- #else
- return ((somTD_xih_ODFExamples_ODFButton_ReadPartInfo)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPartClassData.ReadPartInfo))
- (somSelf,ev,frame,storageUnitView);
- #endif
- }
- #define ODFExamples_ODFButton_parents_ReadPartInfo(arg0,arg1,arg2,arg3) \
- (void) ODFExamples_ODFButton_parent_ODPart_ReadPartInfo(arg0,arg1,arg2,arg3)
-
- /* Overridden method: WritePartInfo */
- SOM_Scope void SOMLINK ODFButtonWritePartInfo(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODInfoType partInfo,
- ODStorageUnitView* storageUnitView);
- SOMEXTERN typedef void (* SOMLINK somTD_xih_ODFExamples_ODFButton_WritePartInfo)(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODInfoType partInfo,
- ODStorageUnitView* storageUnitView);
- inline void SOMLINK ODFExamples_ODFButton_parent_ODPart_WritePartInfo(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODInfoType partInfo,
- ODStorageUnitView* storageUnitView)
- {
- ((somTD_xih_ODFExamples_ODFButton_WritePartInfo)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPartClassData.WritePartInfo))
- (somSelf,ev,partInfo,storageUnitView);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- #define ODFExamples_ODFButton_parents_WritePartInfo(arg0,arg1,arg2,arg3) \
- (void) ODFExamples_ODFButton_parent_ODPart_WritePartInfo(arg0,arg1,arg2,arg3)
-
- /* Overridden method: ClonePartInfo */
- SOM_Scope void SOMLINK ODFButtonClonePartInfo(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODDraftKey key,
- ODInfoType partInfo,
- ODStorageUnitView* storageUnitView,
- ODFrame* scope);
- SOMEXTERN typedef void (* SOMLINK somTD_xih_ODFExamples_ODFButton_ClonePartInfo)(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODDraftKey key,
- ODInfoType partInfo,
- ODStorageUnitView* storageUnitView,
- ODFrame* scope);
- inline void SOMLINK ODFExamples_ODFButton_parent_ODPart_ClonePartInfo(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODDraftKey key,
- ODInfoType partInfo,
- ODStorageUnitView* storageUnitView,
- ODFrame* scope)
- {
- ((somTD_xih_ODFExamples_ODFButton_ClonePartInfo)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPartClassData.ClonePartInfo))
- (somSelf,ev,key,partInfo,storageUnitView,scope);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- #define ODFExamples_ODFButton_parents_ClonePartInfo(arg0,arg1,arg2,arg3,arg4,arg5) \
- (void) ODFExamples_ODFButton_parent_ODPart_ClonePartInfo(arg0,arg1,arg2,arg3,arg4,arg5)
-
- /* Overridden method: Open */
- SOM_Scope ODID SOMLINK ODFButtonOpen(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFrame* frame);
- SOMEXTERN typedef ODID (* SOMLINK somTD_xih_ODFExamples_ODFButton_Open)(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFrame* frame);
- inline ODID SOMLINK ODFExamples_ODFButton_parent_ODPart_Open(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFrame* frame)
- {
- #ifdef SOMCHKEXCEPT
- ODID __somRetVal = ((somTD_xih_ODFExamples_ODFButton_Open)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPartClassData.Open))
- (somSelf,ev,frame);
- SOMCHKEXCEPT;
- return __somRetVal;
- #else
- return ((somTD_xih_ODFExamples_ODFButton_Open)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPartClassData.Open))
- (somSelf,ev,frame);
- #endif
- }
- #define ODFExamples_ODFButton_parents_Open(arg0,arg1,arg2) \
- (void) ODFExamples_ODFButton_parent_ODPart_Open(arg0,arg1,arg2)
-
- /* Overridden method: Draw */
- SOM_Scope void SOMLINK ODFButtonDraw(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFacet* facet,
- ODShape* invalidShape);
- SOMEXTERN typedef void (* SOMLINK somTD_xih_ODFExamples_ODFButton_Draw)(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFacet* facet,
- ODShape* invalidShape);
- inline void SOMLINK ODFExamples_ODFButton_parent_ODPart_Draw(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFacet* facet,
- ODShape* invalidShape)
- {
- ((somTD_xih_ODFExamples_ODFButton_Draw)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPartClassData.Draw))
- (somSelf,ev,facet,invalidShape);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- #define ODFExamples_ODFButton_parents_Draw(arg0,arg1,arg2,arg3) \
- (void) ODFExamples_ODFButton_parent_ODPart_Draw(arg0,arg1,arg2,arg3)
-
- /* Overridden method: FacetAdded */
- SOM_Scope void SOMLINK ODFButtonFacetAdded(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFacet* facet);
- SOMEXTERN typedef void (* SOMLINK somTD_xih_ODFExamples_ODFButton_FacetAdded)(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFacet* facet);
- inline void SOMLINK ODFExamples_ODFButton_parent_ODPart_FacetAdded(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFacet* facet)
- {
- ((somTD_xih_ODFExamples_ODFButton_FacetAdded)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPartClassData.FacetAdded))
- (somSelf,ev,facet);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- #define ODFExamples_ODFButton_parents_FacetAdded(arg0,arg1,arg2) \
- (void) ODFExamples_ODFButton_parent_ODPart_FacetAdded(arg0,arg1,arg2)
-
- /* Overridden method: FacetRemoved */
- SOM_Scope void SOMLINK ODFButtonFacetRemoved(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFacet* facet);
- SOMEXTERN typedef void (* SOMLINK somTD_xih_ODFExamples_ODFButton_FacetRemoved)(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFacet* facet);
- inline void SOMLINK ODFExamples_ODFButton_parent_ODPart_FacetRemoved(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFacet* facet)
- {
- ((somTD_xih_ODFExamples_ODFButton_FacetRemoved)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPartClassData.FacetRemoved))
- (somSelf,ev,facet);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- #define ODFExamples_ODFButton_parents_FacetRemoved(arg0,arg1,arg2) \
- (void) ODFExamples_ODFButton_parent_ODPart_FacetRemoved(arg0,arg1,arg2)
-
- /* Overridden method: GeometryChanged */
- SOM_Scope void SOMLINK ODFButtonGeometryChanged(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFacet* facet,
- ODBoolean clipShapeChanged,
- ODBoolean externalTransformChanged);
- SOMEXTERN typedef void (* SOMLINK somTD_xih_ODFExamples_ODFButton_GeometryChanged)(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFacet* facet,
- ODBoolean clipShapeChanged,
- ODBoolean externalTransformChanged);
- inline void SOMLINK ODFExamples_ODFButton_parent_ODPart_GeometryChanged(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFacet* facet,
- ODBoolean clipShapeChanged,
- ODBoolean externalTransformChanged)
- {
- ((somTD_xih_ODFExamples_ODFButton_GeometryChanged)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPartClassData.GeometryChanged))
- (somSelf,ev,facet,clipShapeChanged,externalTransformChanged);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- #define ODFExamples_ODFButton_parents_GeometryChanged(arg0,arg1,arg2,arg3,arg4) \
- (void) ODFExamples_ODFButton_parent_ODPart_GeometryChanged(arg0,arg1,arg2,arg3,arg4)
-
- /* Overridden method: HighlightChanged */
- SOM_Scope void SOMLINK ODFButtonHighlightChanged(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFacet* facet);
- SOMEXTERN typedef void (* SOMLINK somTD_xih_ODFExamples_ODFButton_HighlightChanged)(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFacet* facet);
- inline void SOMLINK ODFExamples_ODFButton_parent_ODPart_HighlightChanged(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFacet* facet)
- {
- ((somTD_xih_ODFExamples_ODFButton_HighlightChanged)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPartClassData.HighlightChanged))
- (somSelf,ev,facet);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- #define ODFExamples_ODFButton_parents_HighlightChanged(arg0,arg1,arg2) \
- (void) ODFExamples_ODFButton_parent_ODPart_HighlightChanged(arg0,arg1,arg2)
-
- /* Overridden method: CanvasChanged */
- SOM_Scope void SOMLINK ODFButtonCanvasChanged(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFacet* facet);
- SOMEXTERN typedef void (* SOMLINK somTD_xih_ODFExamples_ODFButton_CanvasChanged)(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFacet* facet);
- inline void SOMLINK ODFExamples_ODFButton_parent_ODPart_CanvasChanged(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFacet* facet)
- {
- ((somTD_xih_ODFExamples_ODFButton_CanvasChanged)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPartClassData.CanvasChanged))
- (somSelf,ev,facet);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- #define ODFExamples_ODFButton_parents_CanvasChanged(arg0,arg1,arg2) \
- (void) ODFExamples_ODFButton_parent_ODPart_CanvasChanged(arg0,arg1,arg2)
-
- /* Overridden method: CanvasUpdated */
- SOM_Scope void SOMLINK ODFButtonCanvasUpdated(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODCanvas* canvas);
- SOMEXTERN typedef void (* SOMLINK somTD_xih_ODFExamples_ODFButton_CanvasUpdated)(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODCanvas* canvas);
- inline void SOMLINK ODFExamples_ODFButton_parent_ODPart_CanvasUpdated(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODCanvas* canvas)
- {
- ((somTD_xih_ODFExamples_ODFButton_CanvasUpdated)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPartClassData.CanvasUpdated))
- (somSelf,ev,canvas);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- #define ODFExamples_ODFButton_parents_CanvasUpdated(arg0,arg1,arg2) \
- (void) ODFExamples_ODFButton_parent_ODPart_CanvasUpdated(arg0,arg1,arg2)
-
- /* Overridden method: GetPrintResolution */
- SOM_Scope ODULong SOMLINK ODFButtonGetPrintResolution(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFrame* frame);
- SOMEXTERN typedef ODULong (* SOMLINK somTD_xih_ODFExamples_ODFButton_GetPrintResolution)(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFrame* frame);
- inline ODULong SOMLINK ODFExamples_ODFButton_parent_ODPart_GetPrintResolution(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFrame* frame)
- {
- #ifdef SOMCHKEXCEPT
- ODULong __somRetVal = ((somTD_xih_ODFExamples_ODFButton_GetPrintResolution)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPartClassData.GetPrintResolution))
- (somSelf,ev,frame);
- SOMCHKEXCEPT;
- return __somRetVal;
- #else
- return ((somTD_xih_ODFExamples_ODFButton_GetPrintResolution)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPartClassData.GetPrintResolution))
- (somSelf,ev,frame);
- #endif
- }
- #define ODFExamples_ODFButton_parents_GetPrintResolution(arg0,arg1,arg2) \
- (void) ODFExamples_ODFButton_parent_ODPart_GetPrintResolution(arg0,arg1,arg2)
-
- /* Overridden method: BeginRelinquishFocus */
- SOM_Scope ODBoolean SOMLINK ODFButtonBeginRelinquishFocus(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODTypeToken focus,
- ODFrame* ownerFrame,
- ODFrame* proposedFrame);
- SOMEXTERN typedef ODBoolean (* SOMLINK somTD_xih_ODFExamples_ODFButton_BeginRelinquishFocus)(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODTypeToken focus,
- ODFrame* ownerFrame,
- ODFrame* proposedFrame);
- inline ODBoolean SOMLINK ODFExamples_ODFButton_parent_ODPart_BeginRelinquishFocus(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODTypeToken focus,
- ODFrame* ownerFrame,
- ODFrame* proposedFrame)
- {
- #ifdef SOMCHKEXCEPT
- ODBoolean __somRetVal = ((somTD_xih_ODFExamples_ODFButton_BeginRelinquishFocus)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPartClassData.BeginRelinquishFocus))
- (somSelf,ev,focus,ownerFrame,proposedFrame);
- SOMCHKEXCEPT;
- return __somRetVal;
- #else
- return ((somTD_xih_ODFExamples_ODFButton_BeginRelinquishFocus)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPartClassData.BeginRelinquishFocus))
- (somSelf,ev,focus,ownerFrame,proposedFrame);
- #endif
- }
- #define ODFExamples_ODFButton_parents_BeginRelinquishFocus(arg0,arg1,arg2,arg3,arg4) \
- (void) ODFExamples_ODFButton_parent_ODPart_BeginRelinquishFocus(arg0,arg1,arg2,arg3,arg4)
-
- /* Overridden method: CommitRelinquishFocus */
- SOM_Scope void SOMLINK ODFButtonCommitRelinquishFocus(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODTypeToken focus,
- ODFrame* ownerFrame,
- ODFrame* proposedFrame);
- SOMEXTERN typedef void (* SOMLINK somTD_xih_ODFExamples_ODFButton_CommitRelinquishFocus)(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODTypeToken focus,
- ODFrame* ownerFrame,
- ODFrame* proposedFrame);
- inline void SOMLINK ODFExamples_ODFButton_parent_ODPart_CommitRelinquishFocus(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODTypeToken focus,
- ODFrame* ownerFrame,
- ODFrame* proposedFrame)
- {
- ((somTD_xih_ODFExamples_ODFButton_CommitRelinquishFocus)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPartClassData.CommitRelinquishFocus))
- (somSelf,ev,focus,ownerFrame,proposedFrame);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- #define ODFExamples_ODFButton_parents_CommitRelinquishFocus(arg0,arg1,arg2,arg3,arg4) \
- (void) ODFExamples_ODFButton_parent_ODPart_CommitRelinquishFocus(arg0,arg1,arg2,arg3,arg4)
-
- /* Overridden method: AbortRelinquishFocus */
- SOM_Scope void SOMLINK ODFButtonAbortRelinquishFocus(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODTypeToken focus,
- ODFrame* ownerFrame,
- ODFrame* proposedFrame);
- SOMEXTERN typedef void (* SOMLINK somTD_xih_ODFExamples_ODFButton_AbortRelinquishFocus)(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODTypeToken focus,
- ODFrame* ownerFrame,
- ODFrame* proposedFrame);
- inline void SOMLINK ODFExamples_ODFButton_parent_ODPart_AbortRelinquishFocus(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODTypeToken focus,
- ODFrame* ownerFrame,
- ODFrame* proposedFrame)
- {
- ((somTD_xih_ODFExamples_ODFButton_AbortRelinquishFocus)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPartClassData.AbortRelinquishFocus))
- (somSelf,ev,focus,ownerFrame,proposedFrame);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- #define ODFExamples_ODFButton_parents_AbortRelinquishFocus(arg0,arg1,arg2,arg3,arg4) \
- (void) ODFExamples_ODFButton_parent_ODPart_AbortRelinquishFocus(arg0,arg1,arg2,arg3,arg4)
-
- /* Overridden method: FocusAcquired */
- SOM_Scope void SOMLINK ODFButtonFocusAcquired(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODTypeToken focus,
- ODFrame* ownerFrame);
- SOMEXTERN typedef void (* SOMLINK somTD_xih_ODFExamples_ODFButton_FocusAcquired)(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODTypeToken focus,
- ODFrame* ownerFrame);
- inline void SOMLINK ODFExamples_ODFButton_parent_ODPart_FocusAcquired(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODTypeToken focus,
- ODFrame* ownerFrame)
- {
- ((somTD_xih_ODFExamples_ODFButton_FocusAcquired)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPartClassData.FocusAcquired))
- (somSelf,ev,focus,ownerFrame);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- #define ODFExamples_ODFButton_parents_FocusAcquired(arg0,arg1,arg2,arg3) \
- (void) ODFExamples_ODFButton_parent_ODPart_FocusAcquired(arg0,arg1,arg2,arg3)
-
- /* Overridden method: FocusLost */
- SOM_Scope void SOMLINK ODFButtonFocusLost(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODTypeToken focus,
- ODFrame* ownerFrame);
- SOMEXTERN typedef void (* SOMLINK somTD_xih_ODFExamples_ODFButton_FocusLost)(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODTypeToken focus,
- ODFrame* ownerFrame);
- inline void SOMLINK ODFExamples_ODFButton_parent_ODPart_FocusLost(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODTypeToken focus,
- ODFrame* ownerFrame)
- {
- ((somTD_xih_ODFExamples_ODFButton_FocusLost)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPartClassData.FocusLost))
- (somSelf,ev,focus,ownerFrame);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- #define ODFExamples_ODFButton_parents_FocusLost(arg0,arg1,arg2,arg3) \
- (void) ODFExamples_ODFButton_parent_ODPart_FocusLost(arg0,arg1,arg2,arg3)
-
- /* Overridden method: ExternalizeKinds */
- SOM_Scope void SOMLINK ODFButtonExternalizeKinds(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODTypeList* kindset);
- SOMEXTERN typedef void (* SOMLINK somTD_xih_ODFExamples_ODFButton_ExternalizeKinds)(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODTypeList* kindset);
- inline void SOMLINK ODFExamples_ODFButton_parent_ODPart_ExternalizeKinds(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODTypeList* kindset)
- {
- ((somTD_xih_ODFExamples_ODFButton_ExternalizeKinds)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPartClassData.ExternalizeKinds))
- (somSelf,ev,kindset);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- #define ODFExamples_ODFButton_parents_ExternalizeKinds(arg0,arg1,arg2) \
- (void) ODFExamples_ODFButton_parent_ODPart_ExternalizeKinds(arg0,arg1,arg2)
-
- /* Overridden method: ChangeKind */
- SOM_Scope void SOMLINK ODFButtonChangeKind(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODType kind);
- SOMEXTERN typedef void (* SOMLINK somTD_xih_ODFExamples_ODFButton_ChangeKind)(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODType kind);
- inline void SOMLINK ODFExamples_ODFButton_parent_ODPart_ChangeKind(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODType kind)
- {
- ((somTD_xih_ODFExamples_ODFButton_ChangeKind)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPartClassData.ChangeKind))
- (somSelf,ev,kind);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- #define ODFExamples_ODFButton_parents_ChangeKind(arg0,arg1,arg2) \
- (void) ODFExamples_ODFButton_parent_ODPart_ChangeKind(arg0,arg1,arg2)
-
- /* Overridden method: HandleEvent */
- SOM_Scope ODBoolean SOMLINK ODFButtonHandleEvent(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODEventData* event,
- ODFrame* frame,
- ODFacet* facet,
- ODEventInfo* eventInfo);
- SOMEXTERN typedef ODBoolean (* SOMLINK somTD_xih_ODFExamples_ODFButton_HandleEvent)(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODEventData* event,
- ODFrame* frame,
- ODFacet* facet,
- ODEventInfo* eventInfo);
- inline ODBoolean SOMLINK ODFExamples_ODFButton_parent_ODPart_HandleEvent(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODEventData* event,
- ODFrame* frame,
- ODFacet* facet,
- ODEventInfo* eventInfo)
- {
- #ifdef SOMCHKEXCEPT
- ODBoolean __somRetVal = ((somTD_xih_ODFExamples_ODFButton_HandleEvent)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPartClassData.HandleEvent))
- (somSelf,ev,event,frame,facet,eventInfo);
- SOMCHKEXCEPT;
- return __somRetVal;
- #else
- return ((somTD_xih_ODFExamples_ODFButton_HandleEvent)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPartClassData.HandleEvent))
- (somSelf,ev,event,frame,facet,eventInfo);
- #endif
- }
- #define ODFExamples_ODFButton_parents_HandleEvent(arg0,arg1,arg2,arg3,arg4,arg5) \
- (void) ODFExamples_ODFButton_parent_ODPart_HandleEvent(arg0,arg1,arg2,arg3,arg4,arg5)
-
- /* Overridden method: AdjustMenus */
- SOM_Scope void SOMLINK ODFButtonAdjustMenus(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFrame* frame);
- SOMEXTERN typedef void (* SOMLINK somTD_xih_ODFExamples_ODFButton_AdjustMenus)(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFrame* frame);
- inline void SOMLINK ODFExamples_ODFButton_parent_ODPart_AdjustMenus(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFrame* frame)
- {
- ((somTD_xih_ODFExamples_ODFButton_AdjustMenus)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPartClassData.AdjustMenus))
- (somSelf,ev,frame);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- #define ODFExamples_ODFButton_parents_AdjustMenus(arg0,arg1,arg2) \
- (void) ODFExamples_ODFButton_parent_ODPart_AdjustMenus(arg0,arg1,arg2)
-
- /* Overridden method: UndoAction */
- SOM_Scope void SOMLINK ODFButtonUndoAction(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODActionData* actionState);
- SOMEXTERN typedef void (* SOMLINK somTD_xih_ODFExamples_ODFButton_UndoAction)(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODActionData* actionState);
- inline void SOMLINK ODFExamples_ODFButton_parent_ODPart_UndoAction(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODActionData* actionState)
- {
- ((somTD_xih_ODFExamples_ODFButton_UndoAction)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPartClassData.UndoAction))
- (somSelf,ev,actionState);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- #define ODFExamples_ODFButton_parents_UndoAction(arg0,arg1,arg2) \
- (void) ODFExamples_ODFButton_parent_ODPart_UndoAction(arg0,arg1,arg2)
-
- /* Overridden method: RedoAction */
- SOM_Scope void SOMLINK ODFButtonRedoAction(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODActionData* actionState);
- SOMEXTERN typedef void (* SOMLINK somTD_xih_ODFExamples_ODFButton_RedoAction)(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODActionData* actionState);
- inline void SOMLINK ODFExamples_ODFButton_parent_ODPart_RedoAction(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODActionData* actionState)
- {
- ((somTD_xih_ODFExamples_ODFButton_RedoAction)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPartClassData.RedoAction))
- (somSelf,ev,actionState);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- #define ODFExamples_ODFButton_parents_RedoAction(arg0,arg1,arg2) \
- (void) ODFExamples_ODFButton_parent_ODPart_RedoAction(arg0,arg1,arg2)
-
- /* Overridden method: DisposeActionState */
- SOM_Scope void SOMLINK ODFButtonDisposeActionState(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODActionData* actionState,
- ODDoneState doneState);
- SOMEXTERN typedef void (* SOMLINK somTD_xih_ODFExamples_ODFButton_DisposeActionState)(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODActionData* actionState,
- ODDoneState doneState);
- inline void SOMLINK ODFExamples_ODFButton_parent_ODPart_DisposeActionState(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODActionData* actionState,
- ODDoneState doneState)
- {
- ((somTD_xih_ODFExamples_ODFButton_DisposeActionState)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPartClassData.DisposeActionState))
- (somSelf,ev,actionState,doneState);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- #define ODFExamples_ODFButton_parents_DisposeActionState(arg0,arg1,arg2,arg3) \
- (void) ODFExamples_ODFButton_parent_ODPart_DisposeActionState(arg0,arg1,arg2,arg3)
-
- /* Overridden method: WriteActionState */
- SOM_Scope void SOMLINK ODFButtonWriteActionState(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODActionData* actionState,
- ODStorageUnitView* storageUnitView);
- SOMEXTERN typedef void (* SOMLINK somTD_xih_ODFExamples_ODFButton_WriteActionState)(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODActionData* actionState,
- ODStorageUnitView* storageUnitView);
- inline void SOMLINK ODFExamples_ODFButton_parent_ODPart_WriteActionState(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODActionData* actionState,
- ODStorageUnitView* storageUnitView)
- {
- ((somTD_xih_ODFExamples_ODFButton_WriteActionState)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPartClassData.WriteActionState))
- (somSelf,ev,actionState,storageUnitView);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- #define ODFExamples_ODFButton_parents_WriteActionState(arg0,arg1,arg2,arg3) \
- (void) ODFExamples_ODFButton_parent_ODPart_WriteActionState(arg0,arg1,arg2,arg3)
-
- /* Overridden method: ReadActionState */
- SOM_Scope ODActionData SOMLINK ODFButtonReadActionState(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODStorageUnitView* storageUnitView);
- SOMEXTERN typedef ODActionData (* SOMLINK somTD_xih_ODFExamples_ODFButton_ReadActionState)(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODStorageUnitView* storageUnitView);
- inline ODActionData SOMLINK ODFExamples_ODFButton_parent_ODPart_ReadActionState(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODStorageUnitView* storageUnitView)
- {
- #ifdef SOMCHKEXCEPT
- ODActionData __somRetVal = ((somTD_xih_ODFExamples_ODFButton_ReadActionState)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPartClassData.ReadActionState))
- (somSelf,ev,storageUnitView);
- SOMCHKEXCEPT;
- return __somRetVal;
- #else
- return ((somTD_xih_ODFExamples_ODFButton_ReadActionState)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPartClassData.ReadActionState))
- (somSelf,ev,storageUnitView);
- #endif
- }
- #define ODFExamples_ODFButton_parents_ReadActionState(arg0,arg1,arg2) \
- (void) ODFExamples_ODFButton_parent_ODPart_ReadActionState(arg0,arg1,arg2)
-
- /* Overridden method: FulfillPromise */
- SOM_Scope void SOMLINK ODFButtonFulfillPromise(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODStorageUnitView* promiseSUView);
- SOMEXTERN typedef void (* SOMLINK somTD_xih_ODFExamples_ODFButton_FulfillPromise)(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODStorageUnitView* promiseSUView);
- inline void SOMLINK ODFExamples_ODFButton_parent_ODPart_FulfillPromise(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODStorageUnitView* promiseSUView)
- {
- ((somTD_xih_ODFExamples_ODFButton_FulfillPromise)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPartClassData.FulfillPromise))
- (somSelf,ev,promiseSUView);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- #define ODFExamples_ODFButton_parents_FulfillPromise(arg0,arg1,arg2) \
- (void) ODFExamples_ODFButton_parent_ODPart_FulfillPromise(arg0,arg1,arg2)
-
- /* Overridden method: DropCompleted */
- SOM_Scope void SOMLINK ODFButtonDropCompleted(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODPart* destPart,
- ODDropResult dropResult);
- SOMEXTERN typedef void (* SOMLINK somTD_xih_ODFExamples_ODFButton_DropCompleted)(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODPart* destPart,
- ODDropResult dropResult);
- inline void SOMLINK ODFExamples_ODFButton_parent_ODPart_DropCompleted(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODPart* destPart,
- ODDropResult dropResult)
- {
- ((somTD_xih_ODFExamples_ODFButton_DropCompleted)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPartClassData.DropCompleted))
- (somSelf,ev,destPart,dropResult);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- #define ODFExamples_ODFButton_parents_DropCompleted(arg0,arg1,arg2,arg3) \
- (void) ODFExamples_ODFButton_parent_ODPart_DropCompleted(arg0,arg1,arg2,arg3)
-
- /* Overridden method: DragEnter */
- SOM_Scope ODDragResult SOMLINK ODFButtonDragEnter(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODDragItemIterator* dragInfo,
- ODFacet* facet,
- ODPoint* where);
- SOMEXTERN typedef ODDragResult (* SOMLINK somTD_xih_ODFExamples_ODFButton_DragEnter)(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODDragItemIterator* dragInfo,
- ODFacet* facet,
- ODPoint* where);
- inline ODDragResult SOMLINK ODFExamples_ODFButton_parent_ODPart_DragEnter(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODDragItemIterator* dragInfo,
- ODFacet* facet,
- ODPoint* where)
- {
- #ifdef SOMCHKEXCEPT
- ODDragResult __somRetVal = ((somTD_xih_ODFExamples_ODFButton_DragEnter)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPartClassData.DragEnter))
- (somSelf,ev,dragInfo,facet,where);
- SOMCHKEXCEPT;
- return __somRetVal;
- #else
- return ((somTD_xih_ODFExamples_ODFButton_DragEnter)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPartClassData.DragEnter))
- (somSelf,ev,dragInfo,facet,where);
- #endif
- }
- #define ODFExamples_ODFButton_parents_DragEnter(arg0,arg1,arg2,arg3,arg4) \
- (void) ODFExamples_ODFButton_parent_ODPart_DragEnter(arg0,arg1,arg2,arg3,arg4)
-
- /* Overridden method: DragWithin */
- SOM_Scope ODDragResult SOMLINK ODFButtonDragWithin(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODDragItemIterator* dragInfo,
- ODFacet* facet,
- ODPoint* where);
- SOMEXTERN typedef ODDragResult (* SOMLINK somTD_xih_ODFExamples_ODFButton_DragWithin)(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODDragItemIterator* dragInfo,
- ODFacet* facet,
- ODPoint* where);
- inline ODDragResult SOMLINK ODFExamples_ODFButton_parent_ODPart_DragWithin(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODDragItemIterator* dragInfo,
- ODFacet* facet,
- ODPoint* where)
- {
- #ifdef SOMCHKEXCEPT
- ODDragResult __somRetVal = ((somTD_xih_ODFExamples_ODFButton_DragWithin)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPartClassData.DragWithin))
- (somSelf,ev,dragInfo,facet,where);
- SOMCHKEXCEPT;
- return __somRetVal;
- #else
- return ((somTD_xih_ODFExamples_ODFButton_DragWithin)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPartClassData.DragWithin))
- (somSelf,ev,dragInfo,facet,where);
- #endif
- }
- #define ODFExamples_ODFButton_parents_DragWithin(arg0,arg1,arg2,arg3,arg4) \
- (void) ODFExamples_ODFButton_parent_ODPart_DragWithin(arg0,arg1,arg2,arg3,arg4)
-
- /* Overridden method: DragLeave */
- SOM_Scope void SOMLINK ODFButtonDragLeave(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFacet* facet,
- ODPoint* where);
- SOMEXTERN typedef void (* SOMLINK somTD_xih_ODFExamples_ODFButton_DragLeave)(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFacet* facet,
- ODPoint* where);
- inline void SOMLINK ODFExamples_ODFButton_parent_ODPart_DragLeave(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFacet* facet,
- ODPoint* where)
- {
- ((somTD_xih_ODFExamples_ODFButton_DragLeave)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPartClassData.DragLeave))
- (somSelf,ev,facet,where);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- #define ODFExamples_ODFButton_parents_DragLeave(arg0,arg1,arg2,arg3) \
- (void) ODFExamples_ODFButton_parent_ODPart_DragLeave(arg0,arg1,arg2,arg3)
-
- /* Overridden method: Drop */
- SOM_Scope ODDropResult SOMLINK ODFButtonDrop(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODDragItemIterator* dropInfo,
- ODFacet* facet,
- ODPoint* where);
- SOMEXTERN typedef ODDropResult (* SOMLINK somTD_xih_ODFExamples_ODFButton_Drop)(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODDragItemIterator* dropInfo,
- ODFacet* facet,
- ODPoint* where);
- inline ODDropResult SOMLINK ODFExamples_ODFButton_parent_ODPart_Drop(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODDragItemIterator* dropInfo,
- ODFacet* facet,
- ODPoint* where)
- {
- #ifdef SOMCHKEXCEPT
- ODDropResult __somRetVal = ((somTD_xih_ODFExamples_ODFButton_Drop)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPartClassData.Drop))
- (somSelf,ev,dropInfo,facet,where);
- SOMCHKEXCEPT;
- return __somRetVal;
- #else
- return ((somTD_xih_ODFExamples_ODFButton_Drop)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPartClassData.Drop))
- (somSelf,ev,dropInfo,facet,where);
- #endif
- }
- #define ODFExamples_ODFButton_parents_Drop(arg0,arg1,arg2,arg3,arg4) \
- (void) ODFExamples_ODFButton_parent_ODPart_Drop(arg0,arg1,arg2,arg3,arg4)
-
- /* Overridden method: CreateLink */
- SOM_Scope ODLinkSource* SOMLINK ODFButtonCreateLink(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODByteArray* data);
- SOMEXTERN typedef ODLinkSource* (* SOMLINK somTD_xih_ODFExamples_ODFButton_CreateLink)(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODByteArray* data);
- inline ODLinkSource* SOMLINK ODFExamples_ODFButton_parent_ODPart_CreateLink(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODByteArray* data)
- {
- #ifdef SOMCHKEXCEPT
- ODLinkSource* __somRetVal = ((somTD_xih_ODFExamples_ODFButton_CreateLink)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPartClassData.CreateLink))
- (somSelf,ev,data);
- SOMCHKEXCEPT;
- return __somRetVal;
- #else
- return ((somTD_xih_ODFExamples_ODFButton_CreateLink)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPartClassData.CreateLink))
- (somSelf,ev,data);
- #endif
- }
- #define ODFExamples_ODFButton_parents_CreateLink(arg0,arg1,arg2) \
- (void) ODFExamples_ODFButton_parent_ODPart_CreateLink(arg0,arg1,arg2)
-
- /* Overridden method: RevealLink */
- SOM_Scope void SOMLINK ODFButtonRevealLink(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODLinkSource* linkSource);
- SOMEXTERN typedef void (* SOMLINK somTD_xih_ODFExamples_ODFButton_RevealLink)(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODLinkSource* linkSource);
- inline void SOMLINK ODFExamples_ODFButton_parent_ODPart_RevealLink(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODLinkSource* linkSource)
- {
- ((somTD_xih_ODFExamples_ODFButton_RevealLink)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPartClassData.RevealLink))
- (somSelf,ev,linkSource);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- #define ODFExamples_ODFButton_parents_RevealLink(arg0,arg1,arg2) \
- (void) ODFExamples_ODFButton_parent_ODPart_RevealLink(arg0,arg1,arg2)
-
- /* Overridden method: LinkUpdated */
- SOM_Scope void SOMLINK ODFButtonLinkUpdated(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODLink* updatedLink,
- ODUpdateID change);
- SOMEXTERN typedef void (* SOMLINK somTD_xih_ODFExamples_ODFButton_LinkUpdated)(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODLink* updatedLink,
- ODUpdateID change);
- inline void SOMLINK ODFExamples_ODFButton_parent_ODPart_LinkUpdated(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODLink* updatedLink,
- ODUpdateID change)
- {
- ((somTD_xih_ODFExamples_ODFButton_LinkUpdated)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPartClassData.LinkUpdated))
- (somSelf,ev,updatedLink,change);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- #define ODFExamples_ODFButton_parents_LinkUpdated(arg0,arg1,arg2,arg3) \
- (void) ODFExamples_ODFButton_parent_ODPart_LinkUpdated(arg0,arg1,arg2,arg3)
-
- /* Overridden method: EmbeddedFrameUpdated */
- SOM_Scope void SOMLINK ODFButtonEmbeddedFrameUpdated(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFrame* frame,
- ODUpdateID change);
- SOMEXTERN typedef void (* SOMLINK somTD_xih_ODFExamples_ODFButton_EmbeddedFrameUpdated)(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFrame* frame,
- ODUpdateID change);
- inline void SOMLINK ODFExamples_ODFButton_parent_ODPart_EmbeddedFrameUpdated(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFrame* frame,
- ODUpdateID change)
- {
- ((somTD_xih_ODFExamples_ODFButton_EmbeddedFrameUpdated)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPartClassData.EmbeddedFrameUpdated))
- (somSelf,ev,frame,change);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- #define ODFExamples_ODFButton_parents_EmbeddedFrameUpdated(arg0,arg1,arg2,arg3) \
- (void) ODFExamples_ODFButton_parent_ODPart_EmbeddedFrameUpdated(arg0,arg1,arg2,arg3)
-
- /* Overridden method: EditInLinkAttempted */
- SOM_Scope ODBoolean SOMLINK ODFButtonEditInLinkAttempted(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFrame* frame);
- SOMEXTERN typedef ODBoolean (* SOMLINK somTD_xih_ODFExamples_ODFButton_EditInLinkAttempted)(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFrame* frame);
- inline ODBoolean SOMLINK ODFExamples_ODFButton_parent_ODPart_EditInLinkAttempted(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFrame* frame)
- {
- #ifdef SOMCHKEXCEPT
- ODBoolean __somRetVal = ((somTD_xih_ODFExamples_ODFButton_EditInLinkAttempted)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPartClassData.EditInLinkAttempted))
- (somSelf,ev,frame);
- SOMCHKEXCEPT;
- return __somRetVal;
- #else
- return ((somTD_xih_ODFExamples_ODFButton_EditInLinkAttempted)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPartClassData.EditInLinkAttempted))
- (somSelf,ev,frame);
- #endif
- }
- #define ODFExamples_ODFButton_parents_EditInLinkAttempted(arg0,arg1,arg2) \
- (void) ODFExamples_ODFButton_parent_ODPart_EditInLinkAttempted(arg0,arg1,arg2)
-
- /* Overridden method: RequestEmbeddedFrame */
- SOM_Scope ODFrame* SOMLINK ODFButtonRequestEmbeddedFrame(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFrame* containingFrame,
- ODFrame* baseFrame,
- ODShape* frameShape,
- ODPart* embedPart,
- ODTypeToken viewType,
- ODTypeToken presentation,
- ODBoolean isOverlaid);
- SOMEXTERN typedef ODFrame* (* SOMLINK somTD_xih_ODFExamples_ODFButton_RequestEmbeddedFrame)(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFrame* containingFrame,
- ODFrame* baseFrame,
- ODShape* frameShape,
- ODPart* embedPart,
- ODTypeToken viewType,
- ODTypeToken presentation,
- ODBoolean isOverlaid);
- inline ODFrame* SOMLINK ODFExamples_ODFButton_parent_ODPart_RequestEmbeddedFrame(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFrame* containingFrame,
- ODFrame* baseFrame,
- ODShape* frameShape,
- ODPart* embedPart,
- ODTypeToken viewType,
- ODTypeToken presentation,
- ODBoolean isOverlaid)
- {
- #ifdef SOMCHKEXCEPT
- ODFrame* __somRetVal = ((somTD_xih_ODFExamples_ODFButton_RequestEmbeddedFrame)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPartClassData.RequestEmbeddedFrame))
- (somSelf,ev,containingFrame,baseFrame,frameShape,embedPart,viewType,presentation,isOverlaid);
- SOMCHKEXCEPT;
- return __somRetVal;
- #else
- return ((somTD_xih_ODFExamples_ODFButton_RequestEmbeddedFrame)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPartClassData.RequestEmbeddedFrame))
- (somSelf,ev,containingFrame,baseFrame,frameShape,embedPart,viewType,presentation,isOverlaid);
- #endif
- }
- #define ODFExamples_ODFButton_parents_RequestEmbeddedFrame(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8) \
- (void) ODFExamples_ODFButton_parent_ODPart_RequestEmbeddedFrame(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8)
-
- /* Overridden method: RemoveEmbeddedFrame */
- SOM_Scope void SOMLINK ODFButtonRemoveEmbeddedFrame(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFrame* embeddedFrame);
- SOMEXTERN typedef void (* SOMLINK somTD_xih_ODFExamples_ODFButton_RemoveEmbeddedFrame)(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFrame* embeddedFrame);
- inline void SOMLINK ODFExamples_ODFButton_parent_ODPart_RemoveEmbeddedFrame(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFrame* embeddedFrame)
- {
- ((somTD_xih_ODFExamples_ODFButton_RemoveEmbeddedFrame)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPartClassData.RemoveEmbeddedFrame))
- (somSelf,ev,embeddedFrame);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- #define ODFExamples_ODFButton_parents_RemoveEmbeddedFrame(arg0,arg1,arg2) \
- (void) ODFExamples_ODFButton_parent_ODPart_RemoveEmbeddedFrame(arg0,arg1,arg2)
-
- /* Overridden method: RequestFrameShape */
- SOM_Scope ODShape* SOMLINK ODFButtonRequestFrameShape(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFrame* embeddedFrame,
- ODShape* frameShape);
- SOMEXTERN typedef ODShape* (* SOMLINK somTD_xih_ODFExamples_ODFButton_RequestFrameShape)(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFrame* embeddedFrame,
- ODShape* frameShape);
- inline ODShape* SOMLINK ODFExamples_ODFButton_parent_ODPart_RequestFrameShape(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFrame* embeddedFrame,
- ODShape* frameShape)
- {
- #ifdef SOMCHKEXCEPT
- ODShape* __somRetVal = ((somTD_xih_ODFExamples_ODFButton_RequestFrameShape)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPartClassData.RequestFrameShape))
- (somSelf,ev,embeddedFrame,frameShape);
- SOMCHKEXCEPT;
- return __somRetVal;
- #else
- return ((somTD_xih_ODFExamples_ODFButton_RequestFrameShape)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPartClassData.RequestFrameShape))
- (somSelf,ev,embeddedFrame,frameShape);
- #endif
- }
- #define ODFExamples_ODFButton_parents_RequestFrameShape(arg0,arg1,arg2,arg3) \
- (void) ODFExamples_ODFButton_parent_ODPart_RequestFrameShape(arg0,arg1,arg2,arg3)
-
- /* Overridden method: UsedShapeChanged */
- SOM_Scope void SOMLINK ODFButtonUsedShapeChanged(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFrame* embeddedFrame);
- SOMEXTERN typedef void (* SOMLINK somTD_xih_ODFExamples_ODFButton_UsedShapeChanged)(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFrame* embeddedFrame);
- inline void SOMLINK ODFExamples_ODFButton_parent_ODPart_UsedShapeChanged(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFrame* embeddedFrame)
- {
- ((somTD_xih_ODFExamples_ODFButton_UsedShapeChanged)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPartClassData.UsedShapeChanged))
- (somSelf,ev,embeddedFrame);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- #define ODFExamples_ODFButton_parents_UsedShapeChanged(arg0,arg1,arg2) \
- (void) ODFExamples_ODFButton_parent_ODPart_UsedShapeChanged(arg0,arg1,arg2)
-
- /* Overridden method: AdjustBorderShape */
- SOM_Scope ODShape* SOMLINK ODFButtonAdjustBorderShape(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFacet* embeddedFacet,
- ODShape* shape);
- SOMEXTERN typedef ODShape* (* SOMLINK somTD_xih_ODFExamples_ODFButton_AdjustBorderShape)(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFacet* embeddedFacet,
- ODShape* shape);
- inline ODShape* SOMLINK ODFExamples_ODFButton_parent_ODPart_AdjustBorderShape(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFacet* embeddedFacet,
- ODShape* shape)
- {
- #ifdef SOMCHKEXCEPT
- ODShape* __somRetVal = ((somTD_xih_ODFExamples_ODFButton_AdjustBorderShape)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPartClassData.AdjustBorderShape))
- (somSelf,ev,embeddedFacet,shape);
- SOMCHKEXCEPT;
- return __somRetVal;
- #else
- return ((somTD_xih_ODFExamples_ODFButton_AdjustBorderShape)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPartClassData.AdjustBorderShape))
- (somSelf,ev,embeddedFacet,shape);
- #endif
- }
- #define ODFExamples_ODFButton_parents_AdjustBorderShape(arg0,arg1,arg2,arg3) \
- (void) ODFExamples_ODFButton_parent_ODPart_AdjustBorderShape(arg0,arg1,arg2,arg3)
-
- /* Overridden method: AcquireContainingPartProperties */
- SOM_Scope ODStorageUnit* SOMLINK ODFButtonAcquireContainingPartProperties(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFrame* frame);
- SOMEXTERN typedef ODStorageUnit* (* SOMLINK somTD_xih_ODFExamples_ODFButton_AcquireContainingPartProperties)(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFrame* frame);
- inline ODStorageUnit* SOMLINK ODFExamples_ODFButton_parent_ODPart_AcquireContainingPartProperties(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFrame* frame)
- {
- #ifdef SOMCHKEXCEPT
- ODStorageUnit* __somRetVal = ((somTD_xih_ODFExamples_ODFButton_AcquireContainingPartProperties)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPartClassData.AcquireContainingPartProperties))
- (somSelf,ev,frame);
- SOMCHKEXCEPT;
- return __somRetVal;
- #else
- return ((somTD_xih_ODFExamples_ODFButton_AcquireContainingPartProperties)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPartClassData.AcquireContainingPartProperties))
- (somSelf,ev,frame);
- #endif
- }
- #define ODFExamples_ODFButton_parents_AcquireContainingPartProperties(arg0,arg1,arg2) \
- (void) ODFExamples_ODFButton_parent_ODPart_AcquireContainingPartProperties(arg0,arg1,arg2)
-
- /* Overridden method: RevealFrame */
- SOM_Scope ODBoolean SOMLINK ODFButtonRevealFrame(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFrame* embeddedFrame,
- ODShape* revealShape);
- SOMEXTERN typedef ODBoolean (* SOMLINK somTD_xih_ODFExamples_ODFButton_RevealFrame)(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFrame* embeddedFrame,
- ODShape* revealShape);
- inline ODBoolean SOMLINK ODFExamples_ODFButton_parent_ODPart_RevealFrame(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFrame* embeddedFrame,
- ODShape* revealShape)
- {
- #ifdef SOMCHKEXCEPT
- ODBoolean __somRetVal = ((somTD_xih_ODFExamples_ODFButton_RevealFrame)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPartClassData.RevealFrame))
- (somSelf,ev,embeddedFrame,revealShape);
- SOMCHKEXCEPT;
- return __somRetVal;
- #else
- return ((somTD_xih_ODFExamples_ODFButton_RevealFrame)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPartClassData.RevealFrame))
- (somSelf,ev,embeddedFrame,revealShape);
- #endif
- }
- #define ODFExamples_ODFButton_parents_RevealFrame(arg0,arg1,arg2,arg3) \
- (void) ODFExamples_ODFButton_parent_ODPart_RevealFrame(arg0,arg1,arg2,arg3)
-
- /* Overridden method: EmbeddedFrameSpec */
- SOM_Scope void SOMLINK ODFButtonEmbeddedFrameSpec(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFrame* embeddedFrame,
- ODObjectSpec* spec);
- SOMEXTERN typedef void (* SOMLINK somTD_xih_ODFExamples_ODFButton_EmbeddedFrameSpec)(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFrame* embeddedFrame,
- ODObjectSpec* spec);
- inline void SOMLINK ODFExamples_ODFButton_parent_ODPart_EmbeddedFrameSpec(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFrame* embeddedFrame,
- ODObjectSpec* spec)
- {
- ((somTD_xih_ODFExamples_ODFButton_EmbeddedFrameSpec)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPartClassData.EmbeddedFrameSpec))
- (somSelf,ev,embeddedFrame,spec);
- #ifdef SOMCHKEXCEPT
- SOMCHKEXCEPT;
- #endif
- }
- #define ODFExamples_ODFButton_parents_EmbeddedFrameSpec(arg0,arg1,arg2,arg3) \
- (void) ODFExamples_ODFButton_parent_ODPart_EmbeddedFrameSpec(arg0,arg1,arg2,arg3)
-
- /* Overridden method: CreateEmbeddedFramesIterator */
- SOM_Scope ODEmbeddedFramesIterator* SOMLINK ODFButtonCreateEmbeddedFramesIterator(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFrame* frame);
- SOMEXTERN typedef ODEmbeddedFramesIterator* (* SOMLINK somTD_xih_ODFExamples_ODFButton_CreateEmbeddedFramesIterator)(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFrame* frame);
- inline ODEmbeddedFramesIterator* SOMLINK ODFExamples_ODFButton_parent_ODPart_CreateEmbeddedFramesIterator(ODFExamples_ODFButton *somSelf, Environment *ev,
- ODFrame* frame)
- {
- #ifdef SOMCHKEXCEPT
- ODEmbeddedFramesIterator* __somRetVal = ((somTD_xih_ODFExamples_ODFButton_CreateEmbeddedFramesIterator)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPartClassData.CreateEmbeddedFramesIterator))
- (somSelf,ev,frame);
- SOMCHKEXCEPT;
- return __somRetVal;
- #else
- return ((somTD_xih_ODFExamples_ODFButton_CreateEmbeddedFramesIterator)
- somParentNumResolve((somClassDataStructure*)&ODFExamples_ODFButtonClassData, 1, ODPartClassData.CreateEmbeddedFramesIterator))
- (somSelf,ev,frame);
- #endif
- }
- #define ODFExamples_ODFButton_parents_CreateEmbeddedFramesIterator(arg0,arg1,arg2) \
- (void) ODFExamples_ODFButton_parent_ODPart_CreateEmbeddedFramesIterator(arg0,arg1,arg2)
-
- /*
- * -- Primary Implementation File Support
- */
- #if (defined(ODFExamples_ODFButton_Class_Source) || defined(SOM_Module_sompart_Source))
-
- /*
- * -- The ODFExamples_ODFButton ClassData Structure
- */
-
- #if PRAGMA_IMPORT_SUPPORTED
- #pragma export list ODFExamples_ODFButtonClassData
- #endif
-
-
- /*
- * -- The ODFExamples_ODFButton Class Ancestor Table
- */
- static somClassDataStructure * SOMDLINK ODFExamples_ODFButtonClassAncestors [] = {
- (somClassDataStructure*) & ODPartClassData, /* parent */
- (somClassDataStructure*) & SOMObjectClassData, /* ancestor */
- (somClassDataStructure*) & ODRefCntObjectClassData, /* ancestor */
- (somClassDataStructure*) & ODPersistentObjectClassData, /* ancestor */
- (somClassDataStructure*) & ODObjectClassData, /* ancestor */
- };
-
-
- /*
- * -- The ODFExamples_ODFButton Override ProcPtr Implementations Table
- */
- static somMethodPtr ODFExamples_ODFButtonOverrideProcs [] = {
- (somMethodPtr) ODFButtonInitPart, /* override class ODPart */
- (somMethodPtr) ODFButtonInitPartFromStorage, /* override class ODPart */
- (somMethodPtr) ODFButtonDisplayFrameAdded, /* override class ODPart */
- (somMethodPtr) ODFButtonDisplayFrameRemoved, /* override class ODPart */
- (somMethodPtr) ODFButtonDisplayFrameConnected, /* override class ODPart */
- (somMethodPtr) ODFButtonDisplayFrameClosed, /* override class ODPart */
- (somMethodPtr) ODFButtonAttachSourceFrame, /* override class ODPart */
- (somMethodPtr) ODFButtonFrameShapeChanged, /* override class ODPart */
- (somMethodPtr) ODFButtonViewTypeChanged, /* override class ODPart */
- (somMethodPtr) ODFButtonPresentationChanged, /* override class ODPart */
- (somMethodPtr) ODFButtonSequenceChanged, /* override class ODPart */
- (somMethodPtr) ODFButtonLinkStatusChanged, /* override class ODPart */
- (somMethodPtr) ODFButtonContainingPartPropertiesUpdated, /* override class ODPart */
- (somMethodPtr) ODFButtonReadPartInfo, /* override class ODPart */
- (somMethodPtr) ODFButtonWritePartInfo, /* override class ODPart */
- (somMethodPtr) ODFButtonClonePartInfo, /* override class ODPart */
- (somMethodPtr) ODFButtonOpen, /* override class ODPart */
- (somMethodPtr) ODFButtonDraw, /* override class ODPart */
- (somMethodPtr) ODFButtonFacetAdded, /* override class ODPart */
- (somMethodPtr) ODFButtonFacetRemoved, /* override class ODPart */
- (somMethodPtr) ODFButtonGeometryChanged, /* override class ODPart */
- (somMethodPtr) ODFButtonHighlightChanged, /* override class ODPart */
- (somMethodPtr) ODFButtonCanvasChanged, /* override class ODPart */
- (somMethodPtr) ODFButtonCanvasUpdated, /* override class ODPart */
- (somMethodPtr) ODFButtonGetPrintResolution, /* override class ODPart */
- (somMethodPtr) ODFButtonBeginRelinquishFocus, /* override class ODPart */
- (somMethodPtr) ODFButtonCommitRelinquishFocus, /* override class ODPart */
- (somMethodPtr) ODFButtonAbortRelinquishFocus, /* override class ODPart */
- (somMethodPtr) ODFButtonFocusAcquired, /* override class ODPart */
- (somMethodPtr) ODFButtonFocusLost, /* override class ODPart */
- (somMethodPtr) ODFButtonExternalizeKinds, /* override class ODPart */
- (somMethodPtr) ODFButtonChangeKind, /* override class ODPart */
- (somMethodPtr) ODFButtonHandleEvent, /* override class ODPart */
- (somMethodPtr) ODFButtonAdjustMenus, /* override class ODPart */
- (somMethodPtr) ODFButtonUndoAction, /* override class ODPart */
- (somMethodPtr) ODFButtonRedoAction, /* override class ODPart */
- (somMethodPtr) ODFButtonDisposeActionState, /* override class ODPart */
- (somMethodPtr) ODFButtonWriteActionState, /* override class ODPart */
- (somMethodPtr) ODFButtonReadActionState, /* override class ODPart */
- (somMethodPtr) ODFButtonFulfillPromise, /* override class ODPart */
- (somMethodPtr) ODFButtonDropCompleted, /* override class ODPart */
- (somMethodPtr) ODFButtonDragEnter, /* override class ODPart */
- (somMethodPtr) ODFButtonDragWithin, /* override class ODPart */
- (somMethodPtr) ODFButtonDragLeave, /* override class ODPart */
- (somMethodPtr) ODFButtonDrop, /* override class ODPart */
- (somMethodPtr) ODFButtonCreateLink, /* override class ODPart */
- (somMethodPtr) ODFButtonRevealLink, /* override class ODPart */
- (somMethodPtr) ODFButtonLinkUpdated, /* override class ODPart */
- (somMethodPtr) ODFButtonEmbeddedFrameUpdated, /* override class ODPart */
- (somMethodPtr) ODFButtonEditInLinkAttempted, /* override class ODPart */
- (somMethodPtr) ODFButtonRequestEmbeddedFrame, /* override class ODPart */
- (somMethodPtr) ODFButtonRemoveEmbeddedFrame, /* override class ODPart */
- (somMethodPtr) ODFButtonRequestFrameShape, /* override class ODPart */
- (somMethodPtr) ODFButtonUsedShapeChanged, /* override class ODPart */
- (somMethodPtr) ODFButtonAdjustBorderShape, /* override class ODPart */
- (somMethodPtr) ODFButtonAcquireContainingPartProperties, /* override class ODPart */
- (somMethodPtr) ODFButtonRevealFrame, /* override class ODPart */
- (somMethodPtr) ODFButtonEmbeddedFrameSpec, /* override class ODPart */
- (somMethodPtr) ODFButtonCreateEmbeddedFramesIterator, /* override class ODPart */
- (somMethodPtr) ODFButtonsomInit, /* override class SOMObject */
- (somMethodPtr) ODFButtonsomUninit, /* override class SOMObject */
- (somMethodPtr) ODFButtonRelease, /* override class ODRefCntObject */
- (somMethodPtr) ODFButtonReleaseAll, /* override class ODPersistentObject */
- (somMethodPtr) ODFButtonExternalize, /* override class ODPersistentObject */
- (somMethodPtr) ODFButtonCloneInto, /* override class ODPersistentObject */
- (somMethodPtr) ODFButtonHasExtension, /* override class ODObject */
- (somMethodPtr) ODFButtonAcquireExtension, /* override class ODObject */
- (somMethodPtr) ODFButtonReleaseExtension, /* override class ODObject */
- (somMethodPtr) ODFButtonPurge, /* override class ODObject */
- };
-
-
- static void ODFExamples_ODFButtonDLLD ( void ) { }
-
-
- /*
- * -- The ODFExamples_ODFButton Static Class Info Master Table
- */
- static somStaticClassInfo ODFExamples_ODFButtonSCI = {
- 70, /* layout version */
- (somClassDataStructure*) & ODFExamples_ODFButtonClassData, /* main token table */
- ODFExamples_ODFButtonOverrideProcs, /* override proc implemenations table */
- ODFExamples_ODFButtonClassAncestors, /* ancestor table */
- ODFExamples_ODFButtonDLLD, /* DLLdesignator */
- 0, /* no special procs */
- 0, /* rtci slot */
- 0, /* count slot */
- 0, /* dynamic ancestry */
- 0, /* free */
- 0, /* free */
- 0, /* free */
- 0, /* free */
-
- /*
- * -- The ODFExamples_ODFButton Counts Table
- */
- (somStaticClassCounts *)
- "\x00\x00\x00\x00" /* majorversion */
- "\x00\x00\x00\x00" /* minorversion */
- "\x00\x00\x00\x01" /* flags */
- "\x00\x02" /* type code alignment */
- "\x00\x03" /* classTokenCount */
- "\x00\x01" /* numDirectParents */
- "\x00\x00" /* numMetaClasses */
- "\x00\x05" /* numOverriddenAncestors */
- "\x00\x00" /* numMigratedMethods */
- "\x00\x00" /* numSelectedInherited */
- "\x00\x00" /* numUnused */
- "\x00\x00" /* free */
- "\x00\x00" /* free */
- "\x00\x00" /* free */
- "\x00" /* free */
- ,
-
- {
- "ODFExamples::ODFButton", /* the class name */
- sizeof (ODFExamples_ODFButtonData), /* class instance data size */
-
- /*
- * -- The ODFExamples_ODFButton Parent Versions Table
- */
- (somParentVersions *)
- "\x00\x00\x00\x01" /* majorversion */
- "\x00\x00\x00\x00" /* minorversion */
- ,
-
-
- /*
- * -- The ODFExamples_ODFButton Token Slot Usage Table
- */
- (somSlotUsage *)
- "\x00\x30",
-
-
- /*
- * -- The ODFExamples_ODFButton Method Signature Info
- */
- (somSignatureInfo *)
- "\x02\x0c" /* GetFrameworkPart */
- "\x03\x0c" /* NewFrameworkPart */
- ,
-
-
- /*
- * -- The ODFExamples_ODFButton Class Method Names
- */
- "GetFrameworkPart\0"
- "NewFrameworkPart\0"
- "majorversion\0"
- ,
-
-
- /*
- * -- The ODFExamples_ODFButton Override Slots Table
- */
- (somOverrideData *)
- "\x00\x00\x00\x3b" /* parent ODPart has 59 overrides */
- "\x00\x00" /* InitPart */
- "\x00\x01" /* InitPartFromStorage */
- "\x00\x02" /* DisplayFrameAdded */
- "\x00\x03" /* DisplayFrameRemoved */
- "\x00\x04" /* DisplayFrameConnected */
- "\x00\x05" /* DisplayFrameClosed */
- "\x00\x06" /* AttachSourceFrame */
- "\x00\x07" /* FrameShapeChanged */
- "\x00\x08" /* ViewTypeChanged */
- "\x00\x09" /* PresentationChanged */
- "\x00\x0a" /* SequenceChanged */
- "\x00\x0b" /* LinkStatusChanged */
- "\x00\x0c" /* ContainingPartPropertiesUpdated */
- "\x00\x0d" /* ReadPartInfo */
- "\x00\x0e" /* WritePartInfo */
- "\x00\x0f" /* ClonePartInfo */
- "\x00\x10" /* Open */
- "\x00\x11" /* Draw */
- "\x00\x12" /* FacetAdded */
- "\x00\x13" /* FacetRemoved */
- "\x00\x14" /* GeometryChanged */
- "\x00\x15" /* HighlightChanged */
- "\x00\x16" /* CanvasChanged */
- "\x00\x17" /* CanvasUpdated */
- "\x00\x18" /* GetPrintResolution */
- "\x00\x19" /* BeginRelinquishFocus */
- "\x00\x1a" /* CommitRelinquishFocus */
- "\x00\x1b" /* AbortRelinquishFocus */
- "\x00\x1c" /* FocusAcquired */
- "\x00\x1d" /* FocusLost */
- "\x00\x1e" /* ExternalizeKinds */
- "\x00\x1f" /* ChangeKind */
- "\x00\x20" /* HandleEvent */
- "\x00\x21" /* AdjustMenus */
- "\x00\x22" /* UndoAction */
- "\x00\x23" /* RedoAction */
- "\x00\x24" /* DisposeActionState */
- "\x00\x25" /* WriteActionState */
- "\x00\x26" /* ReadActionState */
- "\x00\x27" /* FulfillPromise */
- "\x00\x28" /* DropCompleted */
- "\x00\x29" /* DragEnter */
- "\x00\x2a" /* DragWithin */
- "\x00\x2b" /* DragLeave */
- "\x00\x2c" /* Drop */
- "\x00\x2d" /* CreateLink */
- "\x00\x2e" /* RevealLink */
- "\x00\x2f" /* LinkUpdated */
- "\x00\x30" /* EmbeddedFrameUpdated */
- "\x00\x31" /* EditInLinkAttempted */
- "\x00\x32" /* RequestEmbeddedFrame */
- "\x00\x33" /* RemoveEmbeddedFrame */
- "\x00\x34" /* RequestFrameShape */
- "\x00\x35" /* UsedShapeChanged */
- "\x00\x36" /* AdjustBorderShape */
- "\x00\x37" /* AcquireContainingPartProperties */
- "\x00\x38" /* RevealFrame */
- "\x00\x39" /* EmbeddedFrameSpec */
- "\x00\x3a" /* CreateEmbeddedFramesIterator */
- "\x00\x01\x00\x02" /* parent SOMObject has 2 overrides */
- "\x00\x00" /* somInit */
- "\x00\x01" /* somUninit */
- "\x00\x02\x00\x01" /* parent ODRefCntObject has 1 overrides */
- "\x00\x02" /* Release */
- "\x00\x03\x00\x03" /* parent ODPersistentObject has 3 overrides */
- "\x00\x02" /* ReleaseAll */
- "\x00\x03" /* Externalize */
- "\x00\x06" /* CloneInto */
- "\x00\x04\x00\x04" /* parent ODObject has 4 overrides */
- "\x00\x01" /* HasExtension */
- "\x00\x02" /* AcquireExtension */
- "\x00\x03" /* ReleaseExtension */
- "\x00\x04" /* Purge */
- ,
-
- 0, /* no migrated methods table */
- 0, /* no selected inherited */
- 0, /* unused */
-
- 0, /* free */
- 0, /* free */
- 0, /* free */
- 0, /* free */
- },
- };
-
- /*
- * -- The ODFExamples_ODFButton ClassData Structure
- */
- struct ODFExamples_ODFButtonClassDataStructure SOMDLINK ODFExamples_ODFButtonClassData = {
- 0, /* zero */
- & ODFExamples_ODFButtonSCI, /* SCI link */
- 0, /* instanceDataToken */
- 0, /* reserved */
- 0, /* reserved */
- 0, /* reserved */
- (somMToken) ODFButtonGetFrameworkPart, /* GetFrameworkPart:method */
- (somMToken) ODFButtonNewFrameworkPart, /* NewFrameworkPart:method */
- (somMToken) 0, /* majorversion:empty */
- };
-
-
- /*
- * Functions for attributes.
- */
-
- /*
- * Macros for initializers/destructors
- */
-
- #endif /* Primary Implementation Support */
-
- #endif /* SOM_ODFExamples_ODFButton_xih */
-